home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 0286.ZIP / README.TXT < prev    next >
Text File  |  1986-10-18  |  1KB  |  57 lines

  1. HELP FILE
  2. =========
  3.  
  4.     There are five directories on this disk containing five programs
  5.     that have been published in Personal Computer World over the
  6.     last year and a half.
  7.  
  8.     EXPERT
  9.     ------
  10.  
  11.     A simple Expert System originally written in Microsoft BASIC for
  12.     MS-DOS machines has been rewritten in TURBO PASCAL making it
  13.     much faster.
  14.  
  15.     type -        CD \EXPERT
  16.                   XCOMP              - for the compiler
  17.                   XRUN               - once the compiler has run
  18.  
  19.     ALPHA
  20.     -----
  21.  
  22.     A blocks world simulation program originally written in BBC BASIC
  23.     for the BBC Micro. This again has been rewritten in TURBO PASCAL
  24.     making it very much faster if you type 'DISABLE THE LIST'. This
  25.     program requires a colour adapter card.
  26.  
  27.     type -        CD \ALPHA
  28.                   ALPHA
  29.  
  30.     6502
  31.     ----
  32.  
  33.     A 6502 microprocessor emulation program.
  34.  
  35.     type -        CD \6502
  36.                   EMUL6502
  37.  
  38.     LOGIPROG
  39.     --------
  40.  
  41.     A simple version of Micro PROLOG. Included in the directory are
  42.     three example databases.
  43.  
  44.     type -        CD \LOGIPROG
  45.                   LOGIPROG
  46.  
  47.     SIDEPRNT
  48.     --------
  49.  
  50.     A sideways printer program allowing ASCII files to be printed
  51.     on their side.
  52.  
  53.     type -        CD \SIDEPRNT
  54.                   SIDEPRNT
  55.  
  56.     Each program has a help file with it to give more information.
  57.